BlueCielo Meridian GCF/SharePoint 2012 SP1 Administrator's Guide | BlueCielo ECM Solutions

You are here: Troubleshooting common problems > HTTP transfer fails for files >4 MB on export from Meridian Enterprise

HTTP transfer fails for files >4 MB on export from Meridian Enterprise

To troubleshoot this problem, verify that the web server is configured to properly handle large amounts of data. Increase the ASP.NET limits on the maximum size of SOAP messages and the maximum number of seconds that a request is allowed to run by adding the <httpRuntime> configuration element to the application's web.config file.

The following example sets the ASP.NET limit on the maximum size of an incoming request to 400MB and the maximum amount of time that a request is allowed to run to 5 minutes (300 seconds).

<configuration>
  <system.web>
  <httpRuntime maxMessageLength="409600" executionTimeoutInSeconds="300"/>
  </system.web>
</configuration>

To test large file transfer, see HTTP transfer does not work on export from Meridian Enterprise.

Related concepts

Troubleshooting common problems

Related information

Collaboration Status page shows The document is in transit

Collaboration Status page does not show status for the SharePoint site

HTTP transfer does not work on export from SharePoint

HTTP transfer does not work on export from Meridian Enterprise

Error from Collaboration Status page

Changes in SharePoint do not appear in Meridian

Enabling the SharePoint GCF Web Service debug log

Known problems


Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com